ICanProtectData Methods
An object defining methods for the ICanProtectData class.
GetProtectedData(isDisabledOrReadOnly)
Compares the current object with another object and returns the differences.
Parameters:
isDisabledOrReadOnly (required): bool
Indicates whether to include only properties that must be protected when the control is disabled or read-only.
Returns:
Type: Dictionary<string, object>
Returns a dictionary of protected properties and their values for integrity verification.
This is a sync method. Method runs synchronously.